﻿

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	width:70px;
	height:70px;
	bottom:0;
	position:absolute;
	top:50%;
	margin-top:-35px;
	
}
.pro .owl-prev{
	background:#0283fc url(../images/prev.png) no-repeat center;
	left:-120px;
}
.pro .owl-next{
	background:#0283fc url(../images/next.png) no-repeat center;
	right:-120px;
}
.ys .owl-theme .owl-controls{
	width:242px;
	height:74px;
	background: -webkit-linear-gradient(left, #f38b26 , #f77a35); /* Safari 5.1 - 6.0 */
	  background: -o-linear-gradient(right, #f38b26 , #f77a35); /* Opera 11.1 - 12.0 */
	  background: -moz-linear-gradient(right, #f38b26 , #f77a35); /* Firefox 3.6 - 15 */
	  background: linear-gradient(to right, #f38b26 , #f77a35); /* 标准的语法 */
	  position: absolute;
    bottom: 36px;
	left: 50%;
    margin-left: -1070px;
	border-radius:50px;
}
.ys .owl-theme .owl-controls .owl-buttons div {
	width:50px;
	height:50px;
	  margin-top:-25px;
	  border-radius:50%;
}
.ys .owl-prev{
	background:url(../images/prev3.png) no-repeat center;
	position:absolute;
	left:13px;
}
.ys .owl-prev:hover{
	background:#fff url(../images/prevh3.png) no-repeat center;
}
.ys .owl-next{
	background:url(../images/next3.png) no-repeat center;
	position:absolute;
	right:13px;
}
.ys .owl-next:hover{
	background:#fff url(../images/nexth3.png) no-repeat center;
}
.bghjlist .owl-prev{
	background:url(../images/prev.png) no-repeat center;
	position:absolute;
	left:-95px;
	top:50%;
	margin-top:-17.5px;
}
.lawyerrt .owl-prev:hover,.bghjlist .owl-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
}
.bghjlist .owl-next{
	background:url(../images/next.png) no-repeat center;
	position:absolute;
	right:-95px;
	top:50%;
	margin-top:-17.5px;
}
.cjzs .owl-theme .owl-controls .owl-buttons div{
	width:90px;
	height:66px;
	bottom:0;
	border-radius:0;
}
.cjzs .owl-prev{
	background:#ccc url(../images/cjprev.png) no-repeat center;
	position:absolute;
	left:-90px;
}
.cjzs .owl-prev:hover{
	background:#0a4f8a url(../images/cjprev.png) no-repeat center;
}
.cjzs .owl-next{
	background:#ccc url(../images/cjnext.png) no-repeat center;
	position:absolute;
	left:0;
}
.cjzs .owl-next:hover{
	background:#0a4f8a url(../images/cjnext.png) no-repeat center;
}


.newsnr .owl-theme .owl-controls .owl-buttons div{
	width:80px;
	height:80px;
	bottom:50px;
	border:none;
	border-radius:0;
}
.newsnr .owl-prev{
	background:#fff url(../images/prevh2.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left: -203px;
}
.newsnr .owl-prev:hover{
	background:#c31f29 url(../images/prev.png) no-repeat center;
}
.newsnr .owl-next{
	background:#fff url(../images/nexth2.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left: -123px;
}
.newsnr .owl-next:hover{
	background:#c31f29 url(../images/next.png) no-repeat center;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.ysrt .owl-pagination{
	width:20px;
	text-align: right;
    position: absolute;
    top: -56px;
    right: 0;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 256px;
	height: 3px;
	margin: 0;
	background: #fff;
	position:relative;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #c20b0b;
}
.news .owl-theme .owl-controls .owl-page span{
	width:16px;
	height:16px;
	border-radius:50%;
	border:solid 1px #0a4f8a;
	background:none;
	margin:0 10px;
}
.news .owl-theme .owl-controls .owl-page.active span,.news .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #0a4f8a;
}
.news .owl-theme .owl-controls{
	margin-top:60px;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../images/ajaxloader.gif) no-repeat center center
}

@media(max-width:1440px) {
	.pro .owl-next{
		right:-80px;
	}
	.pro .owl-prev{
		left:-80px;
	}
}
@media(max-width:1360px) {
	.pro .owl-next{
		right:-60px;
	}
	.pro .owl-prev{
		left:-60px;
	}
}

@media(max-width:979px) {
	.owl-theme .owl-controls .owl-buttons div{
		width: 35px;
		height: 50px;
	}
	.pro .owl-next{
		right:-35px;
	}
	.pro .owl-prev{
		left:-35px;
	}
}
@media(max-width:540px) {
	.pro .owl-next{
		right:-25px;
	}
	.pro .owl-prev{
		left:-25px;
	}
}